Variable Types
Crystal Reports will support most common Visual Basic data types provided through a User-Defined Function developed in Visual Basic. The following table shows how Crystal Reports converts the most common Visual Basic data types to data types supported by the Formula Editor:
Visual Basic Data Types
| Formula Editor Data Types
|
Integer Long Single Double
| NumberVar
|
Currency
| CurrencyVar
|
Date
| DateVar
|
Boolean
| BooleanVar
|
String
| StringVar
|
Note: Ranges--The range data type available in the Crystal Reports Formula Editor is not supported in COM-based User-Defined Functions.